var crypto/internal/nistec.p256P
9 uses
crypto/internal/nistec (current package)
p256_asm.go#L37: var p256P = p256Element{0xffffffffffffffff, 0x00000000ffffffff,
p256_asm.go#L174: _, b = bits.Sub64(x[0], p256P[0], b)
p256_asm.go#L175: _, b = bits.Sub64(x[1], p256P[1], b)
p256_asm.go#L176: _, b = bits.Sub64(x[2], p256P[2], b)
p256_asm.go#L177: _, b = bits.Sub64(x[3], p256P[3], b)
p256_asm.go#L190: t2[0], b = bits.Sub64(t1[0], p256P[0], 0)
p256_asm.go#L191: t2[1], b = bits.Sub64(t1[1], p256P[1], b)
p256_asm.go#L192: t2[2], b = bits.Sub64(t1[2], p256P[2], b)
p256_asm.go#L193: t2[3], b = bits.Sub64(t1[3], p256P[3], b)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |